Gets or sets Replaces header field. The Replaces header field is used in SIP call
control applications. A client in an established dialog receiving another INVITE with a Replaces
header field that matches the existing dialog must accept the INVITE, terminate the existing dialog
with a BYE, and transfer all resources and state from the existing dialog to the newly established dialog.
Namespace:
Independentsoft.Sip.Methods
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic string Replaces { get; set; }Public Property Replaces As String
Get
Set
Property Value
Type:
String
See Also